home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / lou.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-03-22  |  401 b   |  22 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     if the visible of sprite 2 = 0 then
  4.       sound playFile 2, "..\som\reedd.wav"
  5.       set the visible of sprite 2 to 1
  6.     end if
  7.   else
  8.     set the visible of sprite 2 to 0
  9.   end if
  10.   if the mouseCast = 60 then
  11.     go("naveg")
  12.   end if
  13.   go(the frame)
  14. end
  15.  
  16. on mouseUp
  17.   if rollOver(2) then
  18.     sound playFile 2, "..\som\spotreed.wav"
  19.     go("Ecr2")
  20.   end if
  21. end
  22.